home *** CD-ROM | disk | FTP | other *** search
/ Software Explosion 2 / Software Explosion 2 - Virtual Computer Pets (1997).iso / windoze / whiskers / kcip0.dxr / 00053.ls < prev    next >
Encoding:
Text File  |  1997-07-01  |  226 b   |  16 lines

  1. on mouseUp
  2.   checkbounds(15)
  3.   grav(15)
  4. end
  5.  
  6. on mouseDown
  7.   global activity
  8.   if activity = 1 then
  9.     puppetSound(1, 1)
  10.     if soundBusy(1) = 0 then
  11.       puppetSound(1, "greatpurr")
  12.     end if
  13.     updateStage()
  14.   end if
  15. end
  16.